home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000198_news@columbia.edu _Sat Apr 15 15:06:53 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03150
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 15 Apr 2000 15:06:52 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA26415
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 15 Apr 2000 14:49:45 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: FTP Resume
  11. Date: 15 Apr 2000 18:49:44 GMT
  12. Organization: Columbia University
  13. Message-ID: <8dadk8$ppc$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <8d8u61$ph0$1@velveeta.cs.utexas.edu>,
  17. Logan Shaw <logan@cs.utexas.edu> wrote:
  18. : In article <8d8skp$5a8$1@nnrp1.deja.com>, Fuad  <fuad@bitsmart.com> wrote:
  19. : >is there any way to resume a transfer in case of link droppage from where
  20. : >it terminated . I am using solaris 7. Any third partry software on thsi
  21. : >would also be appreciated .
  22. : If your goal is to just download from some public ftp archive or web
  23. : site, you can use "wget" (available from ftp://ftp.gnu.org/pub/gnu/ ).
  24. : Actually, I'm not 100% sure it supports resuming from ftp servers, but
  25. : I know it does from web servers.
  26. : If, on the other hand, you're trying to use ftp to upload something or
  27. : to do stuff that isn't anonymous, you might want to look elsewhere,
  28. : because wget's strength is in *getting* files (hence the name) from
  29. : public places.  (I think it does support passwords, but not in a
  30. : great way.)
  31. Yes, it would be nice if all FTP's supported resumption of broken transfers.
  32. It would also be nice if they supported PUTs as well as GETs, login as well
  33. as anonymous, and for that matter secure authentication and even secure data
  34. transfer.  And penetration of firewalls and NATs.  And also GET/PUT of file
  35. groups as well as single files (this seems to be a concept that was lost
  36. when FTP was moved into Web browsers).  And how about file groups containing
  37. a mixture of text and binary files, across platforms (e.g. UNIX, Windows,
  38. VMS) without corruption -- including translation of text-file character
  39. sets.  And for that matter, flexible file selection mechanisms (date, size,
  40. exception lists, ...), non-clobbering of existing files (unless you want
  41. to), update mode (transfer only those files that changed since last time),
  42. preservation of timestamps and permissions, atomic file movement, recursion
  43. through directory trees, ...
  44.  
  45. You can actually do all this now, but not with FTP.  To see how, visit:
  46.  
  47.   http://www.columbia.edu/kermit/cuiksd.html
  48.  
  49. Of course you won't find this service everywhere, but there's no reason it
  50. can't be installed on every UNIX-based server that also offers FTP service.
  51. For more info, see:
  52.  
  53.   http://www.columbia.edu/kermit/iksd.html
  54.   http://www.columbia.edu/kermit/case19.html
  55.  
  56. - Frank